home *** CD-ROM | disk | FTP | other *** search
- .TH LOFFSET
- 6 "IRIT Version 6.0"
- .SH NAME
- LOFFSET
-
-
-
- CurveType LOFFSET( CurveType Crv, NumericType OffsetDistance,
- NumericType NumOfSamples, NumericType NumOfDOF,
- NumericType Order )
-
- Approximate an offset of OffsetDistance by sampling NumOfSamples
- samples along the offset curve and least square fitting them using a Bspline
- curve of order Order and NumOfDOF control points.
-
- Example:
-
- OffCrv1 = LOFFSET( Crv, -0.4, 100, 10, 4 );
- See also OFFSET, AOFFSET, and MOFFSET.
-